home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 8986 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: cs.ruu.nl!usenet
  2. From: wsldanke@cs.ruu.nl (Wessel Dankers)
  3. Newsgroups: comp.sys.amiga.advocacy,comp.sys.amiga.introduction,comp.sys.amiga.misc
  4. Subject: Re: What I want from new Workbench
  5. Date: 19 Mar 96 22:55:01 +0100
  6. Organization: Dept of Computer Science, Utrecht University, The Netherlands
  7. Message-ID: <2121.6652T1375T63@cs.ruu.nl>
  8. References: <4imdng$cit@beavis.kronos.com>
  9. NNTP-Posting-Host: anx1p8.cc.ruu.nl
  10. X-Newsreader: THOR 2.22 (Amiga TCP/IP)
  11.  
  12. Porter Woodward <porter_woodward@internet.kronos.com> wrote:
  13. >>>> During the rare case I type 'loadwb' I find myself stuck waiting for
  14. >>>> window to open and display a directory, this take FOREVER! how hard
  15. >>>> is it to get a dir list and display it as plain text(I do not use icons
  16. >>>> BTW) Now scrolling in that list is hell... it jump here there, bugy,
  17.  
  18. [snip here and there]
  19.  
  20. >>On a PC, the dir listings and updates are so much faster it isn't even
  21. >>funny.  One has to wonder what the Amiga's doing that takes it so long
  22. >>with a few dozen (hundred is even slower) listings in a directory...
  23.  
  24. > Well, one answer would be this - the DIR command on a PC is usually made from
  25. > a "text  only" screen, i.e. DOS.  The update of a text only screen is very
  26. > fast. On  the Amiga screen system,  all screens are graphical in nature,
  27. > resulting in a somewhat slower screen display of the directory  listing.
  28.  
  29. No, the Amiga FileSystem is slower too. On an Amiga a directory is stored as a
  30. hash-table with pointers to other disk-blocks for each file. So when the
  31. directory is scanned, the diskdrive head has to jump to and fro to about every
  32. corner of the disk to get information about size, name, bits etc. FFS provides a
  33. (simple) solution, it also keeps a table. Most floppies are still OFS formatted
  34. though.
  35.  
  36. On the PC however, all is kept in tables, the well-known FAT's. This makes disk
  37. accessing a lot faster (compare a CrossDOS disk to an OFS one).
  38.  
  39. Of course, on the Amiga we just install another FileSystem if we are not
  40. satisfied by the old one. We can boot from it, read/write it, mount/dismount it
  41. if we want, use it on every disk-type we like (from ram-disk to floppy).
  42. Something like that on a PC? Don't make me laugh.
  43.  
  44. --
  45. Wessel Dankers                 _\\|//_            <wsldanke@cs.ruu.nl>
  46.                                ///|\\\
  47. ----------------------------oOO--(_)---OOo----------------------------
  48. `Never imagine yourself not to be otherwise than what it might appear
  49. to others that what you were or might have been was not otherwise than
  50. what you had been would have appeared to them to be otherwise.'
  51.  
  52.